home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / BSP Tree 1.2 / Sources / Graphics / source / object_3d.cp < prev    next >
Encoding:
Text File  |  1995-03-25  |  758 b   |  20 lines  |  [TEXT/MMCC]

  1. //------------------------------------------------------------------------------
  2. //    File:                    object_3d.cp
  3. //    Date:                    9/23/94
  4. //    Author:                Bretton Wade
  5. //
  6. //    Description:    this file contains the class methods for an object_3d
  7. //
  8. //------------------------------------------------------------------------------
  9.  
  10. #include "object_3d.h"
  11.  
  12. //------------------------------------------------------------------------------
  13. //    classes
  14. //------------------------------------------------------------------------------
  15. object_3d::~object_3d (void)                                                                                                        //    destructor
  16. {                                                                                                                                                                //    begin
  17. }                                                                                                                                                                //    end
  18.  
  19. //------------------------------------------------------------------------------
  20.